From d0393d7376e2ba66c925d5e0b83b3b1d79902891 Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Tue, 24 Jan 2012 13:51:46 +0100 Subject: [PATCH] Typofix in documentation --- gtk/deprecated/gtkhbox.c | 2 +- gtk/deprecated/gtkvbox.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/deprecated/gtkhbox.c b/gtk/deprecated/gtkhbox.c index 503fe2458b..0ebd000ef1 100644 --- a/gtk/deprecated/gtkhbox.c +++ b/gtk/deprecated/gtkhbox.c @@ -84,7 +84,7 @@ gtk_hbox_init (GtkHBox *hbox) * Returns: a new #GtkHBox. * * Deprecated: 3.2: You can use gtk_box_new() with %GTK_ORIENTATION_HORIZONTAL instead, - * wich is a very quick and easy change. But the recommendation is to switch to + * which is a quick and easy change. But the recommendation is to switch to * #GtkGrid, since #GtkBox is going to go away eventually. * See . */ diff --git a/gtk/deprecated/gtkvbox.c b/gtk/deprecated/gtkvbox.c index 514dff3eb5..a74b53fceb 100644 --- a/gtk/deprecated/gtkvbox.c +++ b/gtk/deprecated/gtkvbox.c @@ -88,7 +88,7 @@ gtk_vbox_init (GtkVBox *vbox) * Returns: a new #GtkVBox. * * Deprecated: 3.2: You can use gtk_box_new() with %GTK_ORIENTATION_VERTICAL instead, - * wich is a very quick and easy change. But the recommendation is to switch to + * which is a quick and easy change. But the recommendation is to switch to * #GtkGrid, since #GtkBox is going to go away eventually. * See . */ -- 2.30.2